home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Narzedzia systemowe / WinRescue / WinRescue 2000 2.08.25 / wnrsq2kz.exe / Rescue2K.exe / 0 / RCDATA / TFORM10 / TFORM10.txt < prev   
Text File  |  2004-07-30  |  4KB  |  208 lines

  1. object Form10: TForm10
  2.   Left = 202
  3.   Top = 54
  4.   BorderStyle = bsDialog
  5.   Caption = 'Extract Files from Backup'
  6.   ClientHeight = 475
  7.   ClientWidth = 291
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   OnActivate = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 8
  22.     Width = 257
  23.     Height = 57
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Caption = 
  27.       'Choose a Backup File.  The contents of the Backup File will be s' +
  28.       'hown.  Check the files that you want to extract.  Specify where ' +
  29.       'you want them extracted to.  Then press the Extract button.'
  30.     WordWrap = True
  31.   end
  32.   object Label2: TLabel
  33.     Left = 16
  34.     Top = 136
  35.     Width = 257
  36.     Height = 13
  37.     Alignment = taCenter
  38.     AutoSize = False
  39.     Caption = '&Contents of Backup File'
  40.   end
  41.   object Label3: TLabel
  42.     Left = 16
  43.     Top = 360
  44.     Width = 257
  45.     Height = 13
  46.     Alignment = taCenter
  47.     AutoSize = False
  48.     Caption = 'No Files in Backup File'
  49.   end
  50.   object Label5: TLabel
  51.     Left = 24
  52.     Top = 384
  53.     Width = 57
  54.     Height = 13
  55.     AutoSize = False
  56.     Caption = 'Ex&tract to:'
  57.   end
  58.   object Gauge1: TGauge
  59.     Left = 16
  60.     Top = 360
  61.     Width = 257
  62.     Height = 17
  63.     ForeColor = clRed
  64.     Progress = 0
  65.     Visible = False
  66.   end
  67.   object Label4: TLabel
  68.     Left = 16
  69.     Top = 76
  70.     Width = 66
  71.     Height = 13
  72.     AutoSize = False
  73.     Caption = '&Backup File:'
  74.   end
  75.   object Bevel1: TBevel
  76.     Left = 16
  77.     Top = 128
  78.     Width = 257
  79.     Height = 2
  80.   end
  81.   object Button2: TButton
  82.     Left = 16
  83.     Top = 340
  84.     Width = 128
  85.     Height = 17
  86.     Caption = 'Check &All Files'
  87.     TabOrder = 0
  88.     OnClick = Button2Click
  89.   end
  90.   object Button3: TButton
  91.     Left = 144
  92.     Top = 340
  93.     Width = 129
  94.     Height = 17
  95.     Caption = 'Entire &Directory'
  96.     TabOrder = 1
  97.     OnClick = Button3Click
  98.   end
  99.   object ComboBox1: TComboBox
  100.     Left = 80
  101.     Top = 381
  102.     Width = 193
  103.     Height = 21
  104.     ItemHeight = 13
  105.     TabOrder = 3
  106.     Text = 'ComboBox1'
  107.     OnChange = ComboBox1Change
  108.     Items.Strings = (
  109.       'Original Location'
  110.       'Temporary Directory'
  111.       'Specify Location...')
  112.   end
  113.   object CheckBox1: TCheckBox
  114.     Left = 24
  115.     Top = 408
  116.     Width = 129
  117.     Height = 17
  118.     Caption = '&Recurse Directories'
  119.     TabOrder = 4
  120.   end
  121.   object Button4: TButton
  122.     Left = 16
  123.     Top = 436
  124.     Width = 67
  125.     Height = 25
  126.     Cancel = True
  127.     Caption = '&Help'
  128.     TabOrder = 5
  129.     OnClick = Button4Click
  130.   end
  131.   object Button8: TButton
  132.     Left = 128
  133.     Top = 436
  134.     Width = 67
  135.     Height = 25
  136.     Caption = '&Extract'
  137.     TabOrder = 6
  138.     OnClick = Button8Click
  139.   end
  140.   object Button1: TButton
  141.     Left = 206
  142.     Top = 436
  143.     Width = 67
  144.     Height = 25
  145.     Cancel = True
  146.     Caption = 'E&xit'
  147.     ModalResult = 2
  148.     TabOrder = 7
  149.     OnClick = Button1Click
  150.   end
  151.   object SWTreeView1: TSWTreeView
  152.     Left = 16
  153.     Top = 156
  154.     Width = 257
  155.     Height = 185
  156.     Indent = 19
  157.     ReadOnly = True
  158.     SortType = stBoth
  159.     TabOrder = 2
  160.     Items.Data = {
  161.       06000000270000000600000006000000FFFFFFFFFFFFFFFF0000000000000000
  162.       0E33BD20466C6F7070792028413A29220000000800000008000000FFFFFFFFFF
  163.       FFFFFF000000000000000009364749472028433A292600000008000000080000
  164.       00FFFFFFFFFFFFFFFF00000000000000000D57494E44524956452028443A2923
  165.       0000004701000047010000FFFFFFFFFFFFFFFF00000000000000000A33394749
  166.       472028453A292A0000000B0000000B000000FFFFFFFFFFFFFFFF000000000000
  167.       000011436F6D7061637420446973632028463A29440000000800000008000000
  168.       FFFFFFFFFFFFFFFF00000000000000002B4E6F20447269766520476976656E20
  169.       2865787472616374656420746F2063757272656E7420647269766529}
  170.   end
  171.   object CheckBox2: TCheckBox
  172.     Left = 16
  173.     Top = 102
  174.     Width = 201
  175.     Height = 17
  176.     Caption = 'Extract from Compressed Backup'
  177.     TabOrder = 8
  178.     OnClick = CheckBox2Click
  179.   end
  180.   object Edit1: TEdit
  181.     Left = 88
  182.     Top = 72
  183.     Width = 169
  184.     Height = 21
  185.     ReadOnly = True
  186.     TabOrder = 9
  187.   end
  188.   object Button7: TButton
  189.     Left = 256
  190.     Top = 72
  191.     Width = 17
  192.     Height = 21
  193.     Caption = '...'
  194.     TabOrder = 10
  195.     OnClick = Button7Click
  196.   end
  197.   object Button5: TButton
  198.     Left = 216
  199.     Top = 101
  200.     Width = 59
  201.     Height = 20
  202.     Caption = 'Notes'
  203.     Enabled = False
  204.     TabOrder = 11
  205.     OnClick = Button5Click
  206.   end
  207. end
  208.